type github.com/go-faster/errors.state
6 uses
github.com/go-faster/errors (current package)
adaptor.go#L28: p = &state{State: s}
adaptor.go#L128: type state struct {
adaptor.go#L138: func (s *state) Write(b []byte) (n int, err error) {
adaptor.go#L176: type printer state
adaptor.go#L180: _, _ = fmt.Fprint((*state)(s), args...)
adaptor.go#L186: _, _ = fmt.Fprintf((*state)(s), format, args...)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |